DeleteForwardEntry
Description
call the DeleteForwardEntry interface to delete the specified DNAT entry.
Request Method
POST
Request Path
/apsara/route/Vpc/DeleteForwardEntry
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ForwardEntryId | BODY | string | Yes | fwd-8vbn3bc8roygjp0g**** | DNAT entry ID. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RegionId | BODY | string | Yes | cn-qingdao-env17-d01 | the region ID of the NAT gateway. you can obtain the region by calling DescribeRegions interface ID. |
ClientToken | BODY | string | No | 123e4567-e89b-12d3-a456-42665544**** | Ensure request idempotence. Generate a parameter value from your client to ensure that the parameter value is unique between different requests. Only ASCII characters are supported and cannot exceed 64 characters. |
version | BODY | string | No | 2016-01-01 | version of api |
ForwardTableId | BODY | string | Yes | ftb-8vbx8xu2lqj9qb334**** | DNAT list ID. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestID | string | 1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC | Request id |
Example
Successful Response example
{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}